SourceErrorCode

enum SourceErrorCode : Enum<SourceErrorCode> , ErrorCode

2000 - 2999: Source-related error codes

  • 2000 - 2099: General

  • 2100 - 2199: Playback

  • 2200 - 2299: Network

  • 2300 - 2399: DRM

Entries

General
Link copied to clipboard
General(2001)
A general source error code when a more specific error code could not be determined.
DrmGeneral
Link copied to clipboard
A general error indicating that the current DRM session failed for some reason.
DrmUnsupported
Link copied to clipboard
The provided DRM scheme is not supported on the device.
DrmRequestFailed
Link copied to clipboard
The response to the DRM license request failed with an invalid HTTP response code.
DrmKeyExpired
Link copied to clipboard
The offline DRM license key expired and should be renewed.

Types

Companion
Link copied to clipboard
object Companion

Properties

value
Link copied to clipboard
open override val value: Int
The raw code value associated with the deficiency.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int